Fix another installed test typo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 15:50:43 +0000 (10:50 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 15:50:43 +0000 (10:50 -0500)
This one was causing us to install invalid .test files and thereby
breaking all continuous tests :-(

testsuite/tools/Makefile.am

index 0dd510f8b36640dbef24974e741bdcdbae0b627a..b6bac18a99657e99bb7106fcbcca30e1848bbc72 100644 (file)
@@ -44,7 +44,7 @@ nobase_insttest_DATA = $(test_simplify)
        $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
        echo 'Type=session' >> $@.tmp; \
        echo 'Output=TAP' >> $@.tmp; \
-       echo 'Exec env G_ENABLE_DIAGNOSTIC=0 TEST_DATA_DIR="$(insttestdir)/simplify" $(insttestdir)/$<' >> $@.tmp; \
+       echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 TEST_DATA_DIR="$(insttestdir)/simplify" $(insttestdir)/$<' >> $@.tmp; \
        mv $@.tmp $@)
 
 test_files = $(TEST_PROGS:=.test)